home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / ramlt10.zip / RAMLIGHT.DOC < prev   
Text File  |  1993-04-11  |  28KB  |  612 lines

  1. RAMLIGHT 1.0 DOCUMENTATION
  2. ==========================
  3. James W. Birdsall
  4. 04/11/93
  5.  
  6.  
  7. 0. CONTENTS
  8. -----------
  9.    0.      CONTENTS
  10.    1.      INTRODUCTION
  11.     1.1     Requirements
  12.     1.2     Quick Reference
  13.     1.3     Copyright, License, and Warranty Disclaimer
  14.    2.      USAGE
  15.     2.1     Monitoring drives
  16.      2.1.1   Unmonitorable drives
  17.     2.2     Options
  18.      2.2.1   -u Uninstall
  19.      2.2.2   -t Text mode
  20.      2.2.3   -? Help
  21.    3.      SPECIAL CONSIDERATIONS
  22.     3.1     Installing
  23.     3.2     Uninstalling
  24.     3.3     Hercules graphics, text pages
  25.     3.4     RAMLIGHT and UMBs
  26.     3.5     AMIS
  27.     3.6     Text mode list
  28.    4.      THE END
  29.  
  30.  
  31. 1. INTRODUCTION
  32. ---------------
  33.  
  34.    RAMLIGHT is a TSR which provides an activity indicator for ramdisks
  35. in the form of a blinking rectangle in the upper right corner of the
  36. screen. Whenever any access is made to a drive that is being monitored,
  37. whatever is currently in that position is replaced with a bright white
  38. rectangle; approximately one-tenth of a second later, the previous
  39. contents are restored. Each access resets the timer, so if additional
  40. accesses are made while the white rectangle is on the screen, it will
  41. not be removed until approximately one-tenth of a second after the last
  42. access.
  43.  
  44.    Be sure to read section 3, SPECIAL CONSIDERATIONS, so that you know
  45. how to use RAMLIGHT safely.
  46.  
  47.  1.1 Requirements
  48.  ----------------
  49.  
  50.    RAMLIGHT requires DOS version 2.0 or better.
  51.  
  52.    RAMLIGHT requires 848 bytes of conventional memory when monitoring
  53. one drive, and an additional 48 bytes for each additional drive
  54. monitored. RAMLIGHT does not use EMS or any sort of extended memory. It
  55. requires about 11K of conventional memory while installing itself.
  56.  
  57.  1.2 Quick Reference
  58.  -------------------
  59.  
  60.     This is a quick summary of the usage and options of RAMLIGHT.
  61. Invoking RAMLIGHT with the option "-?" will produce a similar summary.
  62. Complete explanations may be found in section 2.
  63.  
  64.    usage: ramlight [options] drive: [drive: ...]
  65.  
  66.         drive       Drive letter of a disk to be monitored, followed by
  67.                      a colon. At least one drive letter must be
  68.                      specified, except when the -u option is used.
  69.  
  70.         -u          UNINSTALL: If RAMLIGHT is installed, uninstall if
  71.                      possible, disable otherwise.
  72.  
  73.         -tmm[,cc[,s]]
  74.                     The activity indicator can only be provided in text
  75.                      modes. This option allows the user to specify
  76.                      nonstandard text modes. 'mm' is the mode number, in
  77.                      decimal. 'cc' is the number of columns; if not
  78.                      present, it defaults to 80. 's' is a letter
  79.                      indicating where the video memory is located for
  80.                      that mode:
  81.                         C = color text (B800)
  82.                         M = monochrome text (B000)
  83.                         G = graphics (A000)
  84.                      If not present, it defaults to C. Note that this
  85.                      option is not necessary for the common 80x43 and
  86.                      80x50 modes; settings for various popular cards are
  87.                      listed in section 3.6 below. Note that if RAMLIGHT
  88.                      is installed when the display is in a nonstandard
  89.                      mode, it will do nothing until the mode is changed
  90.                      to one that RAMLIGHT recognizes, unless an
  91.                      appropriate -t option has been given.
  92.  
  93.         -?          Prints this usage message.
  94.  
  95.    Options are case-insensitive, and may not be combined.
  96.  
  97.  1.3 Copyright, License, and Warranty Disclaimer
  98.  -----------------------------------------------
  99.  
  100.    RAMLIGHT is not in the public domain. All the files are copyright
  101. 1993 by James W. Birdsall, all rights reserved.
  102.  
  103.    Permission is granted to do the following:
  104.  
  105.         You may freely redistribute this archive, so long as it contains
  106.         all the files listed in the file MANIFEST, intact and
  107.         unmodified.
  108.  
  109.         You may use the programs contained in this archive freely. You
  110.         are encouraged to notify the author that you are using RAMLIGHT
  111.         so that you may receive update notices and bug reports, but no
  112.         registration fee is required.
  113.  
  114.    Source code is available for a $5 fee. Users may modify the source
  115. code for their own private use, but may not distribute modified copies
  116. or other software incorporating RAMLIGHT code without permission of the
  117. author.
  118.  
  119.    The contents of the distribution archive, and all other related
  120. files, information, and services are provided "as is" and without
  121. warranty. To the extent permitted by applicable law, the author
  122. disclaims all warranties, express or implied, including but not limited
  123. to, any implied warranty of merchantability or fitness for a particular
  124. purpose. While effort has been made to ensure that the files,
  125. information, and services are accurate and correct, the author shall not
  126. be liable for damages arising out of the use of or inability to use this
  127. product, including but not limited to, loss of profit, data, or use of
  128. this software, or special, incidental, or consequential damages or other
  129. similar claims, even if the author has been specifically advised of the
  130. possibility of such damages. Some states do not allow the exclusion of
  131. incidental or consequential damages, so the foregoing limitation may not
  132. apply to you.
  133.  
  134.    Information on contacting the author is provided at the end of this
  135. file.
  136.  
  137.  
  138. 2. USAGE
  139. --------
  140.  
  141.    RAMLIGHT must be called with at least one monitorable drive specified
  142. on the command line. If there are no monitorable drives specified on the
  143. command line, RAMLIGHT will print a message to that effect and exit. See
  144. sections 2.1 and 2.1.1 below for information on what drives are or are
  145. not monitorable.
  146.  
  147.    Note that RAMLIGHT can detect a resident copy of itself and will not
  148. install itself more than once unless the resident copy has been
  149. disabled.
  150.  
  151.  2.1 Monitoring drives
  152.  ---------------------
  153.  
  154.    RAMLIGHT is actually not restricted to monitoring only ramdrives. It
  155. can be used to monitor many sorts of drives; the exceptions are listed
  156. in section 2.1.1 below. Monitoring a drive is simple -- just place the
  157. drive letter followed by a colon on the command line. For example, to
  158. monitor drive E:, all that is needed is:
  159.  
  160.         RAMLIGHT E:
  161.  
  162.    Note that because of the way RAMLIGHT works, sometimes other drives
  163. will be monitored as well. This is because RAMLIGHT monitors by
  164. intercepting calls to device drivers, and some drives share a device
  165. driver. RAMLIGHT detects this condition and prints messages listing
  166. drives which do not appear on the command line which will be monitored.
  167.  
  168.   2.1.1 Unmonitorable drives
  169.   --------------------------
  170.  
  171.    As stated above, RAMLIGHT monitors drives by intercepting calls to
  172. the device driver. Hence, a drive must operate via a normal block-type
  173. device driver for RAMLIGHT to monitor it. Network drives in particular
  174. frequently do not do so, although the same technique may be used for any
  175. type of drive. RAMLIGHT will not monitor any drive which was identified
  176. to DOS as a network drive, and will not monitor any other drive for
  177. which it cannot find a valid block-type device driver.
  178.  
  179.  2.2 Options
  180.  -----------
  181.  
  182.    RAMLIGHT has a variety of options to modify its function. Options are
  183. case-insensitive ("-u" is the same as "-U") and may not be combined.
  184.  
  185.   2.2.1 -u Uninstall
  186.   ------------------
  187.  
  188.    RAMLIGHT can usually uninstall itself. Unless something has been
  189. badly corrupted and it cannot talk to the resident copy, it can always
  190. disable itself, which allows another copy to be installed if necessary.
  191.  
  192.    RAMLIGHT will be unable to uninstall itself if it is not the last TSR
  193. to hook the 10h and 1Ch interrupts, or if the 2Dh AMIS interrupt chain
  194. has been corrupted (see section 3.5). In these cases, it will unhook as
  195. many interrupts as it can and disable itself. Otherwise it unhooks all
  196. the interrupts, disables itself, and removes itself from memory.
  197.  
  198.   2.2.2 -t Text mode
  199.   ------------------
  200.  
  201.    In order to know where to display the activity indicator, RAMLIGHT
  202. keeps track of the current video mode. The activity indicator is only
  203. displayed in text modes. RAMLIGHT automatically recognizes the standard
  204. 40x25 and 80x25 text modes on color displays, and the standard 80x25
  205. text mode on monochrome displays. The extended 80x43 (EGA) and 80x50
  206. (VGA) modes frequently encountered are indistinguishable to RAMLIGHT
  207. from the 80x25 mode and are also handled automatically.
  208.  
  209.    If you wish to use other text modes, such as 132-column modes, you
  210. must inform RAMLIGHT using the -t option, since these modes are
  211. completely nonstandard and vary from video card to video card. This
  212. option takes from one to three parameters. The first parameter is the
  213. mode number, in decimal. The second parameter (optional) is the number
  214. of columns in the given mode; if not present, it defaults to 80. The
  215. third parameter (also optional) is a letter which indicates where video
  216. memory is located for the given mode:
  217.  
  218.         C       normal color text location (segment B800h)
  219.         M       normal monochrome text location (segment B000h)
  220.         G       location typically used only by graphics modes (segment A000h)
  221.  
  222. If no third parameter is given, it defaults to C. The parameters must be
  223. separated by commas and there must be no spaces. The third parameter can
  224. only be present if the second parameter is present. The third parameter
  225. must be one of the listed uppercase letters. Up to five -t options may
  226. be given.
  227.  
  228.    Consult the documentation of your video card to determine the
  229. appropriate parameters. For your convenience, parameters for a variety
  230. of popular cards are listed in section 3.6. Note that it is not
  231. necessary to inform RAMLIGHT of all modes which your card has, only
  232. those which you actually use.
  233.  
  234.    Note that this option can be used to fool RAMLIGHT into providing an
  235. indicator in graphics modes. However, the size, shape, and location of
  236. the indicator will vary from mode to mode and there is no guarantee that
  237. it will even be visible on the screen.
  238.  
  239.    Note that if you install RAMLIGHT when the display is in a
  240. nonstandard mode, RAMLIGHT will not activate the indicator until the
  241. display mode is changed to one that it recognizes. Hence, it is
  242. especially important to include a -t option describing the current mode
  243. when RAMLIGHT is installed, if it is not one of the standard modes.
  244.  
  245.   2.2.3 -? Help
  246.   -------------
  247.  
  248.    This option, or any syntax error on the command line, causes a usage
  249. message to be displayed. No processing is done.
  250.  
  251.  
  252. 3. SPECIAL CONSIDERATIONS
  253. -------------------------
  254.  
  255.  3.1 Installing
  256.  --------------
  257.  
  258.    RAMLIGHT uses a number of undocumented DOS features. It performs
  259. extensive sanity checks to ensure that these features are working
  260. properly. If RAMLIGHT issues an odd-looking ERROR or WARNING message,
  261. one of the sanity checks has failed. RAMLIGHT is designed to work with
  262. DOS versions 2.0 through 6.0, and should work properly with DR-DOS. It
  263. is unlikely to work with unusual versions of DOS such as the European
  264. DOS 4.0, the Asian versions of DOS, or the multiuser versions available
  265. from various sources. It detects when it is running in an OS/2 or
  266. Windows NT DOS compatibility box and will not run.
  267.  
  268.    If RAMLIGHT is used with Windows or Desqview, it should be installed
  269. before Windows or Desqview is started, and should not be uninstalled
  270. from a DOS command line within Windows or Desqview. It is not known
  271. whether RAMLIGHT will actually do anything useful under these
  272. conditions.
  273.  
  274.  3.2 Uninstalling
  275.  ----------------
  276.  
  277.    Because of the way RAMLIGHT works, it should be uninstalled only with
  278. the -u option. Do NOT use other uninstallers such as Turbopower
  279. Software's MARK and RELEASE to uninstall RAMLIGHT; if you do so, your
  280. system will probably lock up the next time you access any of the drives
  281. which RAMLIGHT was monitoring -- unless something worse happens.
  282.  
  283.    Note that you may use MARK, install RAMLIGHT, uninstall RAMLIGHT with
  284. the -u option, and then use RELEASE to uninstall other TSRs. You may
  285. also use MARK and RELEASE freely while RAMLIGHT is installed as long as
  286. the MARK was made after RAMLIGHT was installed. Note, however, that if
  287. you uninstall RAMLIGHT and then use RELEASE, you will cause interrupt
  288. vectors to point to free memory and your system will probably lock up
  289. quickly.
  290.  
  291.  3.3 Hercules graphics, text pages
  292.  ---------------------------------
  293.  
  294.    Because the graphics mode of the Hercules monochrome graphics card
  295. (and compatibles) is not accessed via the video BIOS interrupt (10h),
  296. RAMLIGHT has no way to determine that a Hercules-compatible card is in
  297. graphics mode, as opposed to monochrome text mode, hence the indicator
  298. will not be disabled while in that mode. The indicator may or may not be
  299. visible on the screen, depending on which graphics page is in use. Since
  300. RAMLIGHT is careful to restore the previous contents when removing the
  301. indicator, this should be only a minor inconvenience at most.
  302.  
  303.    Most of the standard text modes provide more than one "page", each
  304. page being a completely independent text screen. RAMLIGHT displays the
  305. indicator on the first page only. Fortunately, few programs use the
  306. additional pages, so this should be only a minor inconvenience at most.
  307.  
  308.  3.4 RAMLIGHT and UMBs
  309.  ---------------------
  310.  
  311.    It is very important that the correct location letter be specified in
  312. a -t option. This is because many modern systems use upper memory
  313. locations for TSRs and device drivers, via EMM386, QEMM, 386-to-the-Max,
  314. and other utilities' LOADHI(GH) services. If RAMLIGHT is putting the
  315. indicator at a location that is not in video memory, it may be putting
  316. it in the middle of an upper memory block containing a TSR or device
  317. driver, with unpredictable results.
  318.  
  319.  3.5 AMIS
  320.  --------
  321.  
  322.    RAMLIGHT is fully compliant with Ralf Brown's Alternate Multiplex
  323. Interrupt Specification (AMIS) version 3.5.
  324.  
  325.  3.6 Text mode listing
  326.  ---------------------
  327.  
  328.    This list was derived from Ralf Brown's Interrupt List v.33.
  329.  
  330.    This list is sorted by columns, then rows, then approximately
  331. alphabetically by card. Note that a given card may have multiple modes
  332. for a given resolution. A location letter of '?' indicates that the
  333. video memory location was not given for that mode.
  334.  
  335. 40x25   Quadram (CGA double scan)               -t112,40,C
  336.         Genoa SuperEGA BIOS 3.0+                -t112,40,?
  337.  
  338.  
  339. 80x25   Genoa SuperEGA BIOS 3.0+                -t64,80,?
  340.                                                 -t113,80,?
  341.         NEL Electronics BIOS                    -t83,80,?
  342.         Quadram (CGA double scan)               -t113,80,C
  343.  
  344. 80x29   Genoa SuperEGA BIOS 3.0+                -t67,80,?
  345.  
  346. 80x30   ATI VGA Wonder                          -t91,80,C
  347.         Lava Chrome II EGA                      -t81,80,?
  348.         NEL Electronics BIOS                    -t81,80,?
  349.         Paradise EGA-480                        -t81,80,?
  350.         Trident TVGA 8800/8900                  -t80,80,C
  351.  
  352. 80x32   Genoa SuperEGA BIOS 3.0+                -t68,80,?
  353.         Genoa 6400                              -t88,80,?
  354.  
  355. 80x33   ATI EGA Wonder, ATI VIP                 -t88,80,C
  356.  
  357. 80x34   Ahead B (Wizard/3270)                   -t50,80,C
  358.                                                 -t51,80,C
  359.                                                 -t66,80,C
  360.         Lava Chrome II EGA                      -t80,80,?
  361.         WD90C                                   -t65,80,C
  362.  
  363. 80x43   NEL Electronics BIOS                    -t88,80,?
  364.                                                 -t89,80,?
  365.         Tatung VGA                              -t64,80,?
  366.         Tecmar VGA/AD                           -t64,80,?
  367.         Trident TVGA 8800/8900                  -t81,80,C
  368.         VEGA VGA                                -t64,80,?
  369.                                                 -t80,80,?
  370.         WD90C                                   -t103,80,C
  371.         Video7 V-RAM VGA                        -t64,80,?
  372.  
  373. 80x44   Genoa SuperEGA BIOS 3.0+                -t69,80,?
  374.  
  375. 80x45   Ahead B (Wizard/3270)                   -t67,80,C
  376.  
  377. 80x50   WD90C                                   -t102,80,C
  378.  
  379. 80x60   Allstar Peacock VGA                     -t38,80,?
  380.         Cirrus 510/520 chipset                  -t83,80,?
  381.         Genoa 6400, Genoa SuperEGA BIOS 3.0+    -t114,80,C
  382.         Lava Chrome II EGA                      -t82,80,?
  383.         Morse VGA                               -t83,80,?
  384.         NEL Electronics BIOS                    -t90,80,?
  385.         Oak OTI-067/077                         -t78,80,C
  386.         Orchid Prodesigner VGA                  -t38,80,?
  387.         Quadram Ultra VGA                       -t114,80,C
  388.         Tatung VGA                              -t67,80,?
  389.         Trident TVGA 8800/8900                  -t82,80,C
  390.         Tseng ET4000 chipset                    -t38,80,C
  391.         Tseng Labs EVA                          -t38,80,?
  392.         Video7 V-RAM VGA                        -t67,80,?
  393.         VEGA VGA                                -t67,80,?
  394.  
  395. 80x66   Ahead B (Wizard/3270)                   -t52,80,C
  396.         ATI VIP                                 -t85,80,G
  397.                                                 -t89,80,G
  398.         Genoa 6400, Genoa SuperEGA BIOS 3.0+    -t116,80,C
  399.         Quadram Ultra VGA                       -t116,80,C
  400.  
  401.  
  402. 94x29   Genoa SuperEGA BIOS 3.0+                -t118,94,?
  403.         Quadram Ultra VGA                       -t118,94,C
  404.  
  405.  
  406. 100x30  Morse VGA                               -t64,100,?
  407.         Cirrus 510/520 chipset                  -t64,100,?
  408.  
  409. 100x37  Genoa 6400                              -t107,100,?
  410.         NEL Electronics BIOS                    -t92,100,?
  411.                                                 -t107,100,?
  412.  
  413. 100x40  Allstar Peacock VGA                     -t42,100,?
  414.         Orchid Prodesigner VGA                  -t42,100,?
  415.         Tseng ET4000 chipset                    -t42,100,C
  416.  
  417. 100x50  Cirrus 510/520 chipset                  -t65,100,?
  418.         Morse VGA                               -t65,100,?
  419.  
  420. 100x60  Cirrus 510/520 chipset                  -t66,100,?
  421.         Morse VGA                               -t66,100,?
  422.         Tatung VGA                              -t68,100,?
  423.         VEGA VGA                                -t68,100,?
  424.         Video7 V-RAM VGA                        -t68,100,?
  425.  
  426. 100x75  Genoa 6400, Genoa SuperEGA BIOS 3.0+    -t120,100,?
  427.         Morse VGA                               -t67,100,?
  428.         NEL Electronics BIOS                    -t93,100,?
  429.         Quadram Ultra VGA                       -t120,100,C
  430.  
  431.  
  432. 114x60  Genoa SuperEGA BIOS 3.0+                -t122,114,?
  433.         Quadram Ultra VGA                       -t122,114,C
  434.  
  435.  
  436. 120x25  VEGA VGA                                -t77,120,?
  437.  
  438. 120x43  VEGA VGA                                -t78,120,?
  439.  
  440.  
  441. 132x25  Ahead B                                 -t35,132,C
  442.                                                 -t80,132,C
  443.         Ahead Systems EGA2001                   -t35,132,?
  444.                                                 -t80,132,?
  445.         Allstar Peacock VGA                     -t36,132,?
  446.         AST VGA Plus                            -t85,132,?
  447.         ATI EGA Wonder, ATI VIP                 -t35,132,C
  448.                                                 -t39,132,M
  449.         ATI EGA/VGA Wonder                      -t8,132,C
  450.                                                 -t8,132,M
  451.         AT&T VDC600                             -t87,132,?
  452.                                                 -t85,132,?
  453.         Cirrus 5320 chipset                     -t24,132,M
  454.                                                 -t28,132,?
  455.                                                 -t35,132,?
  456.                                                 -t96,132,?
  457.         Genoa 6400, Genoa SuperEGA BIOS 3.0+    -t70,132,?
  458.                                                 -t96,132,?
  459.         Hewlett-Packard D1180A                  -t85,132,?
  460.         Lava Chrome II EGA                      -t84,132,?
  461.         NCR 77C22                               -t85,132,G
  462.                                                 -t87,132,G
  463.         NEL Electronics BIOS                    -t85,132,?
  464.                                                 -t87,132,?
  465.         NSI Smart EGA+                          -t87,132,M
  466.         Oak Technologies VGA-16                 -t80,132,C
  467.         Oak OTI-037/067/077                     -t80,132,C
  468.         Orchid Prodesigner                      -t36,132,?
  469.         Paradise EGA-480                        -t85,132,?
  470.         Paradise VGA                            -t87,132,M
  471.                                                 -t85,132,C
  472.         Quadram Ultra VGA                       -t96,132,C
  473.         Tatung VGA                              -t65,132,?
  474.         Taxan 565 EGA                           -t87,132,?
  475.                                                 -t85,132,?
  476.         Tecmar VGA/AD                           -t23,132,?
  477.         Trident TVGA 8800/8900                  -t87,132,C
  478.                                                 -t83,132,C
  479.         Tseng ET4000 chipset                    -t25,132,M
  480.                                                 -t35,132,C
  481.         Tseng Labs EVA                          -t25,132,?
  482.                                                 -t35,132,?
  483.         VEGA VGA                                -t65,132,?
  484.                                                 -t79,132,?
  485.                                                 -t81,132,?
  486.         Video7 V-RAM VGA                        -t65,132,?
  487.         WD90C                                   -t85,132,C
  488.         XGA, IBM Enhanced VGA                   -t20,132,?
  489.  
  490. 132x28  Ahead B                                 -t36,132,C
  491.                                                 -t81,132,C
  492.         Allstar Peacock VGA                     -t35,132,?
  493.         Cirrus 5320 chipset                     -t36,132,?
  494.         Orchid Prodesigner VGA                  -t35,132,?
  495.         Tatung VGA                              -t69,132,?
  496.         Tseng ET4000 chipset                    -t26,132,M
  497.                                                 -t36,132,C
  498.         Tseng Labs EVA                          -t36,132,?
  499.                                                 -t26,132,?
  500.         Video7 V-RAM VGA                        -t69,132,?
  501.         WD90C                                   -t71,132,C
  502.  
  503. 132x29  Genoa 6400, Genoa SuperEGA BIOS 3.0+    -t97,132,?
  504.                                                 -t71,132,?
  505.         Quadram Ultra VGA                       -t97,132,C
  506.  
  507. 132x30  Cirrus 510/520 chipset                  -t80,132,?
  508.         Morse VGA                               -t80,132,?
  509.         Trident TVGA 8800/8900                  -t84,132,C
  510.                                                 -t88,132,C
  511.  
  512. 132x32  Genoa 6400, Genoa SuperEGA BIOS 3.0+    -t72,132,?
  513.                                                 -t98,132,?
  514.         Quadram Ultra VGA                       -t98,132,C
  515.  
  516. 132x34  Cirrus 5320 chipset                     -t25,132,M
  517.  
  518. 132x43  Allstar Peacock VGA                     -t34,132,?
  519.         AST VGA Plus                            -t84,132,?
  520.         AT&T VDC600                             -t84,132,?
  521.                                                 -t86,132,?
  522.         Cirrus 5320 chipset                     -t29,132,?
  523.         Hewlett-Packard D1180A                  -t84,132,?
  524.         Lava Chrome II EGA                      -t83,132,?
  525.         NEL Electronics BIOS                    -t84,132,?
  526.                                                 -t86,132,?
  527.         NSI Smart EGA+                          -t86,132,M
  528.         Oak Technologies VGA-16                 -t81,132,C
  529.         Oak OTI-037/067/077                     -t81,132,C
  530.         Paradise EGA-480                        -t84,132,?
  531.         Paradise VGA                            -t84,132,C
  532.                                                 -t86,132,M
  533.         Tatung VGA                              -t66,132,?
  534.         Taxan 565 EGA                           -t84,132,?
  535.                                                 -t86,132,?
  536.         Trident TVGA 8800/8900                  -t85,132,C
  537.                                                 -t89,132,C
  538.         VEGA VGA                                -t66,132,?
  539.                                                 -t82,132,?
  540.         Video7 V-RAM VGA                        -t66,132,?
  541.         WD90C                                   -t84,132,C
  542.  
  543. 132x44  Ahead B                                 -t34,132,C
  544.                                                 -t82,132,C
  545.         Ahead Systems EGA2001                   -t34,132,?
  546.                                                 -t82,132,?
  547.         ATI EGA Wonder, ATI VIP                 -t51,132,C
  548.                                                 -t55,132,C
  549.         Cirrus 5320 chipset                     -t26,132,M
  550.                                                 -t30,132,?
  551.         Genoa 6400, Genoa SuperEGA BIOS 3.0+    -t99,132,?
  552.                                                 -t73,132,?
  553.         Orchid Prodesigner VGA                  -t34,132,?
  554.         Quadram Ultra VGA                       -t99,132,C
  555.         Tseng ET4000 chipset                    -t24,132,M
  556.                                                 -t34,132,C
  557.         Tseng Labs EVA                          -t34,132,?
  558.                                                 -t24,132,?
  559.         WD90C                                   -t33,132,C
  560.  
  561. 132x50  Cirrus 510/520 chipset                  -t81,132,?
  562.                                                 -t82,132,?
  563.         Cirrus 5320 chipset                     -t97,132,?
  564.         Morse VGA                               -t81,132,?
  565.         NCR 77C22                               -t86,132,G
  566.                                                 -t84,132,G
  567.         WD90C                                   -t105,132,C
  568.  
  569. 132x60  Genoa 6400                              -t100,132,?
  570.         Morse VGA                               -t82,132,?
  571.         some Oak Tech VGA                       -t79,132,?
  572.         Trident TVGA 8800/8900                  -t86,132,C
  573.                                                 -t90,132,C
  574.         Tseng ET4000 chipset                    -t33,132,C
  575.  
  576.  
  577. 160x50  Ahead B (Wizard/3270)                   -t47,160,C
  578.  
  579.  
  580. 4. THE END
  581. ----------
  582.  
  583.    Technical support via email is available from the following addresses:
  584.  
  585.    INTERNET (the following are alternate addresses for the same place):
  586.       support@picarefy.com
  587.       picarefy!support@amc.com
  588.       picarefy!support@netcom.com
  589.       uunet!uw-coco!amc-gw!picarefy!support
  590.  
  591.    COMPUSERVE:
  592.       71261,1731
  593.  
  594.    GENIE:
  595.       J.BIRDSALL2
  596.  
  597.    Registrations should be sent to:
  598.  
  599.       James W. Birdsall
  600.       11112 NE 124 LN #D204
  601.       Kirkland, WA 98034
  602.  
  603.    If you have an email address on any of the networks listed above,
  604. please include it when registering. It is much easier to send updates by
  605. email. Also, please specify what sort of archive (ZIP, ZOO, ARC, LZH,
  606. ARJ, UNIX shar) you can handle most easily.
  607.  
  608.    NOTE: IF YOU DO NOT PROVIDE AN EMAIL ADDRESS, YOU WILL ONLY RECEIVE
  609. MAJOR VERSION UPDATES. YOU WILL NOT RECEIVE MINOR VERSIONS. PLEASE
  610. PROVIDE AN EMAIL ADDRESS IF YOU HAVE ANY WAY OF DOING SO.
  611.  
  612.